-
-
Notifications
You must be signed in to change notification settings - Fork 197
Merge release in master pre 1.5.0 (second time) and fix master #1208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
rosen-vladimirov
merged 19 commits into
master
from
vladimirov/merge-rel-master-pre-150-2
Nov 18, 2015
Merged
Merge release in master pre 1.5.0 (second time) and fix master #1208
rosen-vladimirov
merged 19 commits into
master
from
vladimirov/merge-rel-master-pre-150-2
Nov 18, 2015
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The new tns-core-modules package has .d.ts files. We should skip them when moving tns-core-modules to platforms dir. The current logic is - copy everything from node_modules to tns_modules dir. After that move everything from tns_modules/tns-core-modules dir to tns_modules and delete tns-core-modules. Add logic to delete .ts file BEFORE moving the files from tns_modules/tns-core-modules dir to tns_modules.
…success Show message after successful deploy on android
Check if pod version is a valid semver version
Fix doctor command
…modules Remove .ts from tns-core-modules package when moving it to platforms dir
Respect deleted files by livesync command
Check for devices before building the project
In case ANDROID_HOME is defined, use the emulator executable based on it, not from PATH environment variable.
Use emulator executable from ANDROID_HOME
`pod --version` command, which is used to determine the version of cocoapods, might return some warnings. Here's a sample output: ``` WARNING: CocoaPods requires your terminal to be using UTF-8 encoding. Consider adding the following to ~/.profile: export LANG=en_US.UTF-8 0.39.0 ``` Make sure to get the real version in this output (0.39.0).
…rsion-check Fix getting of cocoapod version
The console is not release if `tns livesync ios` command is executed
Release the console after livesync command and fix a typo.
Use npm api to install all project dependencies
Conflicts: lib/common
Bootstrap does not know where to find "messages" as we have missed the require. Tell him where the messages class is located.
Test PASSed. |
rosen-vladimirov
added a commit
that referenced
this pull request
Nov 18, 2015
…r-pre-150-2 Merge release in master pre 1.5.0 (second time) and fix master
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge release in master pre 1.5.0 (second time) and fix master:
Require
messages
in bootstrapBootstrap does not know where to find "messages" as we have missed the require. Tell him where the messages class is located.